|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Macros | |
| #define | SEGSTART 0x1060 |
| #define | SEG_LEN 16 |
Functions | |
| void | write_InfoSeg (uint32_t value) |
| void | main (void) |
Variables | |
| const uint32_t | Value = 0xBEEFDEAD |
| #define SEG_LEN 16 |
Definition at line 57 of file flashctl_ex1_infoSegmentWrite.c.
| #define SEGSTART 0x1060 |
Definition at line 55 of file flashctl_ex1_infoSegmentWrite.c.
| void main | ( | void | ) |
Definition at line 64 of file flashctl_ex1_infoSegmentWrite.c.
References __no_operation(), SEG_LEN, SEGSTART, and Value.
| void write_InfoSeg | ( | uint32_t | value | ) |
| const uint32_t Value = 0xBEEFDEAD |
Definition at line 60 of file flashctl_ex1_infoSegmentWrite.c.
Referenced by ti_mcu_msp430_driverlib_product::exec(), and main().